home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995…tember: Reference Library / Dev.CD Sep 95 RL / Dev.CD Sep 95 RL.toast / mac / Technical Documentation / develop / develop Issue 18 code / OSA Sample / buildSimpliFace < prev    next >
Encoding:
Text File  |  1993-08-26  |  286 b   |  16 lines  |  [TEXT/MPS ]

  1. # build script for SimpliFace
  2.  
  3. unset bcount
  4. unexport bcount
  5. if "`exists buildcount`"
  6.     execute buildcount
  7. end
  8. evaluate bcount += 1
  9. export bcount
  10. set bcount > buildcount
  11. echo "export bcount" >> buildcount
  12. echo "Build "{bcount}" of SimpliFace"
  13.  
  14. make -f SimpliFace.make > make.out
  15. make.out
  16.